projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486aa60
)
Invoke emacs by --no-init-file --no-site-file.
author
Kenichi Handa
<handa@m17n.org>
Sun, 10 Aug 1997 04:06:02 +0000
(
04:06
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 10 Aug 1997 04:06:02 +0000
(
04:06
+0000)
leim/Makefile.in
patch
|
blob
|
history
diff --git
a/leim/Makefile.in
b/leim/Makefile.in
index e7d3cddbe577eda3211aa0bf53fb9a855f085764..2abbef29be436325f64284f08ebff64e5a6beeae 100644
(file)
--- a/
leim/Makefile.in
+++ b/
leim/Makefile.in
@@
-42,8
+42,8
@@
EMACS = ${dot}${dot}/src/emacs
buildlisppath=${srcdir}/${dot}${dot}/lisp
-# How to run Emacs.
This forces Emacs to use new Emacs Lisp libraries.
-RUN-EMACS = ${EMACS} -batch
+# How to run Emacs.
+RUN-EMACS = ${EMACS} -batch
--no-init-file --no-site-file
# Subdirectories to be made if ${srcdir} is different from the current
# directory.